home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / gforum.dxr / 00040.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  220 b   |  13 lines

  1. on exitFrame
  2.   global dir
  3.   set dir to 1
  4.   if rollOver(14) then
  5.     cursor([901, 902])
  6.     set the visible of sprite 15 to 1
  7.     go(the frame + 1)
  8.   else
  9.     set the visible of sprite 15 to 0
  10.     go("Loop")
  11.   end if
  12. end
  13.